@import url(./nav.css);
@import url(./footer.css);

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body{
    height: 100%;
    width: 100%;
}

.scholarimgdiv{
    height: 250px;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
}



#scholh1{
    position: absolute;
    font-size: 80px;
    color: white;
}

@media (max-width:425px){
    #scholh1{
       font-size: 50px;
    }
}

.scholarparadiv{
    padding: 20px;
}

.scholarparadiv p{
    padding:10px;
    color: #002147;
    font-weight:90px;
    font-family:"Rubik", Sans-serif ;
    
}
